Revision: kernel-package--devel--9.0--patch-163
Archive: srivasta@debian.org--etch
Creator: Manoj Srivastava <srivasta@debian.org>
Date: Wed Jul 19 13:22:46 CDT 2006
Standard-date: 2006-07-19 18:22:46 GMT
Modified-files: ChangeLog Problems
    kernel/ruleset/targets/ChangeLog
    kernel/ruleset/targets/target.mk
New-patches: srivasta@debian.org--etch/kernel-package--devel--9.0--patch-163
Summary: revert changes done to the ./scripts dir during clean
Keywords: 

* kernel/ruleset/targets/target.mk (debian/stamp-conf): Move the files we
  change in ./scripts to unique names
  (real_stamp_clean): Revert the changes done during config while
  cleaning. 

* Problems: When run in a git sourced tree, scripts/setlocalversion
  checks to see if the tree is the trunk, if not, it adds version
  information to the kernel version. It also checks to see if there are
  uncommited changes, if so, it adds the string "-dirty" to the
  version. Since we change a couple of files in ./scripts/, this falls
  afoul of the make-kpkg checks, since the version number is now
  different from what make-kpkg knows it to be. The workaround is to
  modify the setlocalversion script.

